ServiceGetFolder Method (StandardFolder) |
Gets a folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Folder GetFolder(
StandardFolder standardFolder
)
Public Function GetFolder (
standardFolder As StandardFolder
) As Folder
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to return.
Return Value
Type:
FolderFolder.
See Also